home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 018a / wplearn3.zip / GOHARD.BAT < prev    next >
DOS Batch File  |  1990-03-08  |  412b  |  26 lines

  1. echo off
  2. cls
  3. type install.txt
  4. pause
  5. c:
  6. md \wordptut
  7. cd\wordptut
  8. cls
  9. echo.........copying files, please wait
  10. copy a:*.* c:/v
  11. cls
  12. echo.........insert diskette #2 in drive A !
  13. pause
  14. cls
  15. echo.........copying files, please wait
  16. copy a:*.* c:/v
  17. echo off
  18. cls
  19. echo.........insert diskette #3 in drive A !
  20. pause
  21. cls
  22. echo..........copying files, please wait
  23. copy a:*.* c:/v
  24. cls
  25. type finished.txt
  26.